-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
부산대 BE_이풍헌 5주차 과제(Step2) #172
Open
canyos
wants to merge
16
commits into
kakao-tech-campus-2nd-step2:canyos
Choose a base branch
from
canyos:step2
base: canyos
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
canyos
commented
Jul 24, 2024
•
edited
Loading
edited
- optionService가 너무 많은 repository와 관련이 있는 것 같은데 상관없을까요? order를 차라리 다른 서비스로 만들어야할까요?
- 여러 서비스에서 사용하고 싶은 메서드는 Util쪽으로 빼서 사용하나요? 토큰으로부터 userid를 찾아 user를 찾는 메서드를 빼고 싶은데 jwtUtil로 이동 시켜 사용하고자 하니 jwtUtil에서 userRepository에 접근하도록 되는데 어떤 방향이 맞을까요? 지금은 서비스 두 개에 모두 중복코드를 넣어뒀습니다
- step1질문하고 피드백 해주셨듯이 valid 로직을 서비스에서 구현했습니다. 응집성에서는 중복검사 로직이 entity에 있어야 할 것 같은데 그렇게 구현하려니 entity-repository간에 결합이 생기게 될 것 같습니다. valid 로직을 entity로 옮기는게 맞을까요?
1. jwt Localdate 2. lombok - required args 사용 3. properties로 중요 정보 이동 4. method명 개선
1. jwt Localdate 2. lombok - required args 사용 3. properties로 중요 정보 이동 4. method명 개선
20jcode
added a commit
to 20jcode/spring-gift-order
that referenced
this pull request
Aug 8, 2024
* feat : step0 기존 코드 추가 (kakao-tech-campus-2nd-step2#88) * 부산대 BE 이영준 order step1 (kakao-tech-campus-2nd-step2#328) * docs : step1 문서 업데이트 * refactor : 예외 코드 정리 * chore : jpa 디렉토리 위치 변경 * feat : Product에 대해 facade 패턴 추가 * refactor : 불필요 interface 제거 * feat : productDTO Request/Response로 나누기 * refactor : product service 리펙토링 객체지향스럽게 * refactor : product controller 수정 DTO 분할 * test : productfacaderepository 테스트 추가 * chore : 불필요 DTO 표시 추가 * docs : 리펙토링 기록 문서 추가 작성 * feat : key 업로드 방지 gitignore 추가 * docs : step1 문서 추가 * chore : 클래스 이름 변경 * refactor : admin page 카테고리, 옵션 구현 리펙토링 * bulid : api key를 위해 설정 추가 * feat : 컨트롤러 추가 * feat : 카카오 로그인서비스 추가 * chore : 사용하지 않는 import 제거 * refactor : 엑세스 토큰 추출까지로 변경 * 부산대 BE_이영준 5주차 step2 and step3 (kakao-tech-campus-2nd-step2#422) * docs : step2 문서 업데이트 -- 시작 -- * feat : order service 추가 새로운 주문 생성 * feat : order controller 추가 * feat : 카카오 메세지 전송기능 추가 * feat : header access token 추가 * feat : access token 사용 인증 추가 * docs : 문서 업데이트 * refact : 도메인 별로 경로 수정 * feat : 카테고리 facade repository 추가 test도 함께 추가 * chore : 불필요 테스트 삭제 * refactor : 불필요 try-catch 제거 * refactor : 불필요 try-catch 제거 * feat : category facade 추가 * feat : api 명세서 추가
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.